Skip to content

Fix inaccurate file time metadata using cross-platform timestamp retrieval #40

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 10, 2025

Conversation

semihbkgr
Copy link
Contributor

updating the logic for retrieving file timestamps to correctly reflect creation, modification, and access times from the underlying file system

It uses a cross-platform filesystem time library to fetch the actual timestamps, improving accuracy and consistency across platforms.

Fixes #37

@jochil
Copy link
Collaborator

jochil commented Jun 10, 2025

LGTM thanks

@jochil jochil merged commit e38b96b into mark3labs:main Jun 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Time metadata in FileInfo is incorrect
2 participants